Welcome![Sign In][Sign Up]
Location:
Search - eclipse java

Search list

[Other resourceeclipse

Description: eclipse是一款主流的java编译器,想要快速上手吗?这里有一本eclipse的快速上手教程
Platform: | Size: 785213 | Author: 涂进 | Hits:

[Other resourceJAVA+Tomcat+Eclipse+MyEclipse

Description: JAVA+Tomcat +Eclipse +MyEclipse的安装破解.doc
Platform: | Size: 5335 | Author: 诸葛三皮 | Hits:

[OtherEclipse

Description: 本视频是关于Elipse中如何配置JDK,如何进行JAVA开发的一些基本操作,对于初学者来说是一部非常有用的教程
Platform: | Size: 2316421 | Author: 王健 | Hits:

[JSP/Javaeclipse

Description: JAVA的开发环境 JAVA的开发 环境 功能强大
Platform: | Size: 2691151 | Author: lj | Hits:

[Windows DevelopTestPro

Description: EXT eclipse java
Platform: | Size: 2119151 | Author: 唐宇倩 | Hits:

[JSP/JavaJava-JAD

Description: Java反编译工具,可以阅读.class文件。一个是可以直接运行的JAD.exe,另外一个是JAD的Jar包,可以作为Eclipse的插件。
Platform: | Size: 442689 | Author: 郭庆磊 | Hits:

[WinSock-NDISJava邮件程序

Description: 一个小的邮件程序开发平台为Eclipse+jdk1.5.0 用的是JAVA开发 的 当然有1.0.6最好 因为要用到javamail-a small mail procedures for the Eclipse development platform jdk1.5.0 using the JAVA development of the course is the best because we 1.0.6 to JavaMail
Platform: | Size: 9169 | Author: 梁时秋 | Hits:

[Printing programnet.sourceforge.texlipse_1.0.0_src

Description: Texlipse is a plugin that adds Latex editing support for the popular Eclipse Java IDE. Key features include: syntax highlight, command completion, bibliography completion, outline navigation and automatic building.
Platform: | Size: 1011384 | Author: 约非 | Hits:

[Code Assisteclipse-java-ganymede-SR2-win32.zip

Description:
Platform: | Size: 89631958 | Author: shanghaishoufu | Hits:

[J2MEjava聊天室有头像源代码

Description: 该项目由Eclipse所写 包说明: gui:图形包,客户端界面 Images:表情包 net:网路包,提供网络连接和服务交互数据的方法 net.Message:消息包,表示在网络相互传输数据时候封装的消息 Snake:待扩展的游戏包 test:备用测试包 files:配置文件 该项目是简单聊天室的实现 编写工具:Eclipse3.2(图形界面:NetBeans 6.5) 主要功能: 用户登陆(用户名不能重复,密码随便) 载入用户列表(可动态载入,删除) 发送群聊信息,发送私聊信息(可发送给指定多个客户端,由列表选择) 发送动态表情 收发文件,文件夹 在线小游戏(待实现) 该项目起初目的在于为一般的网络程序提供以一个可以方便传播数据的框架,如:聊天 文件收发,游戏等。。。 项目中提供了两种数据传输方式 1:普通消息,该数据作为序列化后的对象消息,先发送到服务器, 然后由服务器转发给目标客户端 2:直接客户端连接,该方式先由客户端向服务器申请连接到目标客户端, 然后提供以中从客户端到客户端的传输方式(比如 文件的传输) 程序配置说明: 在程序目录\files下serverconfig.cfg文件是服务器端口号和ip号
Platform: | Size: 1310690 | Author: goodgame | Hits:

[GUI Developjava水纹效果

Description: eclipse下启动
Platform: | Size: 2013 | Author: _beelk | Hits:

[DecompilationJDecompiler

Description: 软件名称:JDecompiler v1.0是一个很方便的Java反编译工具,不用装到eclipse里面,双击.class文件就可以。 java反编译工具软件JDecompiler,现在有许多反编译Java class文件的软件,但是大多数都采用内 置的查看器来查看反编译后的源代码,无法显示代码的关键字。 这个反编译Java class文件的小工具,能使用自己喜欢的文本编辑器查看反编译后的代码,并可以高亮显示关键字内容。安装后在资源管理器中直接双击.class文件就可以反编译程序。 用户可以自己到jad的网上去下最新版本的jad来更新。
Platform: | Size: 870933 | Author: sinosaga | Hits:

[SourceCode基于eclipse RCP的考勤系统

Description: 系统采用j2ee技术,用到JPA,POI,eclipse RCP,嵌入式derby数据库,是学习java富客户端开发的极好的例子。连学习待开发,花了一个月时间。 系统实现如下的功能: 1、 考勤系统的数据来源为门禁系统生成的打卡数据(统一格式的Excel数据表格); 2、 考勤系统输出的统计信息表为Excel表的格式,包含工号、姓名、工作时长; 3、 报表要体现员工每天的上下班时间、工作时长及早退迟到情况; 4、 该系统能够实现对员工的管理,包括增加/删除/修改操作; 5、 该系统能够实现对班次的管理,包括增加/删除/修改操作; 6、 由于员工工卡故障不能打卡,该系统能够人工修改考勤数据; 7、 员工按工作性质分为行政班和非行政班,系统能够根据打卡时间判别其属于哪个类型员工,并通过报表形式展现; 8、 报表体现员工每天第一次打卡和最后一次打卡的时间,夜班跨凌晨上班按上班日期计算工作时长; 9、 报表要体现员工的迟到、早退情况(超过10分钟); 10、 系统能保存整理后的考勤数据供日后查证; 11、 系统能够根据需要查询符合条件的考勤记录,并且导出数据; 12、 根据员工工号,查询某一时间段内的考勤情况; 13、 对于导出的考勤记录,可以选择某几列导出; 14、 根据员工部门、上班时间段查询并导出数据。 15、 在最后的考勤统计中,添加一项统计这一天的打卡次数
Platform: | Size: 15151257 | Author: waynex_jiang | Hits:

[SourceCodeECLIPSE JAVA

Description:
Platform: | Size: 1460 | Author: GaryHu | Hits:

[JSP/JavaDWR 传递消息的简单Demo(Eclipse、Tomcat)

Description: 使用Java、JS等,DWR的方式实现Commet的超级简单的例子。
Platform: | Size: 1146627 | Author: michaelgreen@126.com | Hits:

[Special Effectsphone算法的光照Java代码

Description: phone算法的光照Java代码, 在eclipse开发的
Platform: | Size: 13323 | Author: wybetty@sina.com | Hits:

[Software EngineeringTestingDoc

Description: 自动进行JAVA单元测试和代码标准检查来帮助开发人员编写克号的代码的工具。可分析类,然后生成单元测试案例来包括最大的覆盖测试,发现未处理的异常并校验需求。-自动的基本错误预防,包括单元测试和自动代码标准检查-生成并执行单元测试案例-提供了进行黑盒测试、模型测试和系统测试的快速简单的途径-识别并预防未处理的运行时异常,函数错误,内存泄露,性能问题和安全弱点-监控测试的覆盖范围-自动回归测试-检查超过380个来自JAVA专家的编码规范-改正违反超过160个编码规范的错误-允许用户创建自己的编码规范-和IBMWebSphere和Eclipse集成-automatically Java unit testing and code inspection standards to help developers to write code grams of tools. Such analysis could be made, and then generating unit test cases to include the largest coverage testing revealed abnormal untreated check and demand.- Automatic fundamental error prevention, including unit testing and automatic code inspection standards-generating unit testing and implementation of case-TESTING provided for model testing and system testing fast and simple way- identification and prevention of untreated running abnormal function error, memory leak, Performance and security weaknesses-monitoring test coverage-automatic regression test-screening more than 380 experts from Java coding standard-correct violations of over 160 coding standard error-allows users to cre
Platform: | Size: 2151424 | Author: 张玉明 | Hits:

[Hotel software systemTheHotel

Description: 基于jsp+javabean+tomcat+eclipse+SQLServer2000的酒店信息服务系统(原创)具有客房信息发布,客房信息修改,客房信息查询,客房酒店预订,客房远程预订,客人离店结算等功能模块-based on jsp javabean tomcat eclipse CRM hotel information system (original) with Rooms release of information, Rooms information changes Rooms Information, room hotel reservations, room remote reservations, guests Check Out settlement function modules
Platform: | Size: 131072 | Author: 张永伟 | Hits:

[ADO-ODBC悠幽漫舞新闻系统

Description: 本系统开发环境是:Eclipse 2.1 + Tomcat5.5 + jdk1.5.0 + Mysql 4.0.16 在win2k pro 和win2k Ad 上运行通过. Velocity News 采用Java模板技术Velocity + Servlet + JavaBean搭建.基于MVC构架. 以Velocity技术实现表现层 以Servlet和web.xml为控制层 以JavaBean做为MODEL层.-the system development environment are : Eclipse 2.1 Tomcat5.5 jdk1.5.0 Mysql 4.0.16 in win2k pro and win2k Ad run through. Velocity News Java Servlet Velocity template technology JavaBean structures. Based on the MVC architecture. Velocity technology to to achieve performance layer Servlet and web.xml for the control layer to layer JavaBean as MODEL.
Platform: | Size: 2445312 | Author: 陈云 | Hits:

[JSP/JavaWebPumpIDE

Description: 一个eclipse插件源代码。用于web开发,该插件简化jsp web开发过程。想开发一个eclipse插件,这是一个很好的参考。-a source code of eclipse.Used for developing web ,this code may predigest the progress of developing jsp web.this willbe a good referrence when developing a source code of eclipse
Platform: | Size: 3278848 | Author: 罗时爱 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net